* Tooltips *
************/
-tooltip {
+.tooltip {
color: white;
padding: 4px; /* not working */
border-radius: 5px;
// border: 2px solid $borders_color; gnome shell style?
}
-tooltip * { //Yeah this is ugly
+.tooltip * { //Yeah this is ugly
padding: 4px;
background-color: transparent;
color: inherit; // just to be sure
/************
* Tooltips *
************/
-tooltip {
+.tooltip {
color: white;
padding: 4px;
/* not working */
background-color: rgba(0, 0, 0, 0.8);
text-shadow: 0 1px black; }
-tooltip * {
+.tooltip * {
padding: 4px;
background-color: transparent;
color: inherit; }